| Einhugur Word Plugin for Xojo |
|
Table.TableWidth Method
Gets the width of the table.
Parameters
- unit
- The desired unit to get the width as.
When mode is Auto than 0 is always returned.
When mode is percentage then the unit parameter is ignored and range from 0.0 to 1.0 is returned.
When mode is absolute then this unit parameter is used.
Returns
- Double
Remarks
Use the WidthMode property first to check what mode the Table width is set to so that you can know what to do with the different kinds of result values which this function can return.
See Also
Table Class